home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Algorithms for Image Analysis
/
Practical Algorithms for Image Analysis.iso
/
LIBIMAGE
/
GETOPT.H
< prev
next >
Wrap
C/C++ Source or Header
|
1999-09-11
|
265b
|
16 lines
/*
* getopt.h
*
* Practical Algorithms for Image Analysis
*
* Copyright (c) 1999 SOS Software
*/
#ifndef _GETOPT_H_
#define _GETOPT_H_
/* Function definitions for getopt.c */
int getopt (int argc, char *argv[], char *optstring);
#endif /* _GETOPT_H_ */